fix(deps): update dependency dotenv to v17 - #324
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
from
July 25, 2025 02:00
e144462 to
e3ff6bb
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
from
September 2, 2025 21:49
e3ff6bb to
cc4e677
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
from
September 29, 2025 23:41
cc4e677 to
673c635
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
10 times, most recently
from
November 14, 2025 08:53
dc0566c to
22a0ef0
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
2 times, most recently
from
November 24, 2025 22:07
ff6c617 to
0b3eb3c
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
2 times, most recently
from
December 2, 2025 15:55
59c7d03 to
c17b23a
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
2 times, most recently
from
December 15, 2025 23:13
4d98a06 to
933aa95
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
2 times, most recently
from
December 29, 2025 22:51
beeafa3 to
313c77f
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
3 times, most recently
from
January 12, 2026 22:36
fe5049f to
799d4d5
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
2 times, most recently
from
January 20, 2026 02:10
2de6877 to
730cdfd
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
from
January 26, 2026 22:57
730cdfd to
e80c042
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
2 times, most recently
from
February 10, 2026 03:43
3e6ce32 to
aee275c
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
3 times, most recently
from
March 16, 2026 22:46
8d73dd1 to
c0b5fda
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
from
March 23, 2026 22:37
c0b5fda to
63c2bed
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
4 times, most recently
from
April 5, 2026 22:02
f522c2d to
a5694ea
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
3 times, most recently
from
April 13, 2026 23:30
9a7d384 to
efcb1a7
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
from
April 20, 2026 23:43
efcb1a7 to
b3af67d
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
from
April 28, 2026 00:33
b3af67d to
33bd6f9
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
5 times, most recently
from
May 11, 2026 23:07
77fc966 to
028090d
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
4 times, most recently
from
May 25, 2026 23:17
0ffa80d to
7fc5648
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
2 times, most recently
from
June 9, 2026 03:44
cab8cc1 to
f69eefc
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
from
June 9, 2026 07:41
f69eefc to
b9d3191
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
2 times, most recently
from
June 23, 2026 03:43
b87cb08 to
347de4b
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-17.x
branch
2 times, most recently
from
June 26, 2026 09:06
e670119 to
2c5be1f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^16.0.0→^17.0.0Release Notes
motdotla/dotenv (dotenv)
v17.4.2Compare Source
Changed
v17.4.1Compare Source
Changed
injectingtoinjected(#1005)v17.4.0Compare Source
Added
skills/folder with focused agent skills:skills/dotenv/SKILL.md(core usage) andskills/dotenvx/SKILL.md(encryption, multiple environments, variable expansion) for AI coding agent discovery via the skills.sh ecosystem (npx skills add motdotla/dotenv)Changed
◇ injecting env (14) from .env(#1003)v17.3.1Compare Source
Changed
v17.3.0Compare Source
Added
Changed
v17.2.4Compare Source
Changed
DotenvPopulateInputacceptNodeJS.ProcessEnvtype (#915)v17.2.3Compare Source
Changed
v17.2.2Compare Source
Added
v17.2.1Compare Source
Changed
v17.2.0Compare Source
Added
DOTENV_CONFIG_QUIET=truein your environment or.envfile to quiet the runtime log (#889)DOTENV_CONFIG_environment variables take precedence over any code set options like({quiet: false})v17.1.0Compare Source
Added
v17.0.1Compare Source
Changed
v17.0.0Compare Source
Changed
quietto false - informational (file and keys count) runtime log message shows by default (#875)v16.6.1Compare Source
Changed
quietto true – hiding the runtime log message (#874)config({ quiet: true })to suppress.require('dotenv').config()forrequire('@​dotenvx/dotenvx').config().v16.6.0Compare Source
Added
[dotenv@16.6.0] injecting env (1) from .env(#870){ quiet: true }to suppressv16.5.0Compare Source
Added
Changed
_logmethod. Use_debug#862v16.4.7Compare Source
Changed
.tapfolder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6Compare Source
Changed
v16.4.5Compare Source
Changed
pathoption. return to historical behavior: do not attempt to auto find.envifpathset. (regression was introduced in16.4.3) #814v16.4.4Compare Source
Changed
?.with old school&&(fixing node 12 failures) #812v16.4.3Compare Source
Changed
pathoption. return to historical behavior: do not attempt to auto find.envifpathset. (regression was introduced in16.4.3) #814v16.4.2Compare Source
Changed
dotenvx.comv16.4.1Compare Source
pathoption #797v16.4.0Compare Source
error.codeto error messages around.env.vaultdecryption handling #795.env.vaultfile when filename(s) passed as an array #784v16.3.2Compare Source
Added
Changed
populate#792v16.3.1Compare Source
Added
processEnvandDOTENV_KEYoptions. #756v16.3.0Compare Source
Added
DOTENV_KEYto options rather than relying onprocess.env.DOTENV_KEY. Defaults toprocess.env.DOTENV_KEY#754v16.2.0Compare Source
Added
process.env. Defaults toprocess.env. #753v16.1.4Compare Source
Added
.github/to.npmignore#747v16.1.3Compare Source
Removed
browserkeys forpath,os, andcryptoin package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills forpath,os, andcrypto. node-polyfill-webpack-plugin provides these.v16.1.2Compare Source
Changed
_configDotenvasconfigDotenv. #744v16.1.1Compare Source
Added
decryptfunctionChanged
{crypto: false}inpackageJson.browserv16.1.0Compare Source
Added
populateconvenience method #733npm fundcommand.env.vaultsupport. 🎉 (#730)ℹ️
.env.vaultextends the.envfile format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read moreChanged
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.